home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / MAKE GIRL PEE.swf / scripts / frame_41 / PlaceObject2_94_52 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-01-09  |  353b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(this._width < 35)
  3.    {
  4.       this._width += Math.floor(Math.random() * 4);
  5.    }
  6.    if(this._height < 35)
  7.    {
  8.       this._height += Math.floor(Math.random() * 4);
  9.    }
  10.    if(this._alpha < 100)
  11.    {
  12.       this._alpha += 10;
  13.    }
  14.    this._x += this.speed * this.lorr;
  15.    this._y += speed_y;
  16.    speed_y++;
  17. }
  18.